home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Orlando_1993 / Devcon93.1 / IFF / newiff39 / ToDo < prev   
Encoding:
Text File  |  1993-01-11  |  882 b   |  23 lines

  1.  
  2. NOTE: The 39.8 version of the NewIFF code will probably be the first
  3. public release of NewIFF code with V39 support.
  4.  
  5.  
  6. Known gotcha - the interface for the loadcmap() function has changed.
  7. Most apps do not call this directly - but check to see if you do.
  8.  
  9. Done for 39.3 - Changed loadbrush AllocRaster() section to use
  10. AllocBitMap() instead under V39.  Changed modefallback() routine
  11. to use BestModeIDA() under V39.
  12.  
  13. Done for 39.5 - Conditionally use GetBitMapAttr() when determining
  14. destination width on loads in case somebody passes an extra tag to
  15. force an interleaved bitmap under V39.
  16.  
  17.  
  18. ToDo - maybe fix bmprintc.c and ILBMtoRaw to deal with interleaved bitmaps.
  19.        get rid of 24-plane plus one mask plane limit
  20.        add interleaved alpha-channel support ?
  21.        stop using CopyMem from buffer to planes (when a FAST mem
  22.        BitMap copying alternative is available)
  23.